home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / cf427.zip / CF&XY.ZIP / CF&XY.DOC next >
Text File  |  1994-01-12  |  4KB  |  103 lines

  1.              CF2XY / XY2CF  CurveFit 4.27,3.15A Utilities
  2.              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Introduction:
  5. ~~~~~~~~~~~~~
  6.      CF2XY and XY2CF are designed to accompany the CurveFits
  7. program written by John Arkins.  It is requested that these files
  8. not be distributed separately from the CurveFits program because
  9. they are probably useless to any other program.  You are free to
  10. use and distribute CF2XY and XY2CF so long as you follow the
  11. guidelines outlined by John Arkins in his documentation of
  12. CurveFits.
  13.      The author of CF2XY and XY2CF is not liable for any hardware
  14. or software damage incurred while using CF2XY, CurveFits, or XY2CF.
  15.  
  16. What You Should Have:
  17. ~~~~~~~~~~~~~~~~~~~~~
  18.      In addition to the CurveFits files, you should also have:
  19.  
  20.           CF&XY.DOC -> this file
  21.           CF2XY.EXE -> convert CurveFits .DAT file to X-Y format
  22.           XY2CF.EXE -> convert X-Y format to CurveFit .DAT file
  23.  
  24.      If you are missing one or more of these files, you do not have
  25. the entire CF&XY utility package.  Please contact the author if
  26. this occurs.
  27.  
  28. What CF2XY And XY2CF Do:
  29. ~~~~~~~~~~~~~~~~~~~~~~~~
  30.      CurveFits is a very powerful tool for analyzing two
  31. dimensional data, but has one flaw that has kept myself and others
  32. from using it regularly: a non-text storage method for its .DAT
  33. files.  This forces the user to use only CurveFits' internal editor
  34. instead of his or her favorite text editor.  Not only that, but
  35. data can not be exported to a spread sheet or a word processor.
  36.      The author of CurveFits provided me with its internal data
  37. structure, and from that data comes the CF&XY utilities.  CF2XY
  38. will take the original data file and write it to the file name of
  39. your choice (or the screen or printer... more later).  XY2CF will
  40. convert an X-Y data file to CurveFits format.
  41.  
  42. Command Line:
  43. ~~~~~~~~~~~~~
  44.           CF2XY [infile] [[outfile]]
  45.           XY2CF [infile] [[outfile]]
  46.  
  47.      Running either program without parameters will cause the
  48. program to ask for the filenames itself.  If the second, or
  49. "outfile", name is not given the program will ask for only that
  50. name.  In other words, the first parameter will be considered the
  51. input file name and the second parameter will be considered the
  52. output file name.
  53.  
  54. Note!!!:
  55. ~~~~~~~~
  56.      XY2CF will NOT accept .CSV (comma separated value) files!  In
  57. the case that you wish to convert that kind of file, use your
  58. favorite text editor's search and replace utility.  Simply search
  59. for "," and replace it with " ".  If you want commas in your output
  60. file (using CF2XY), again use your favorite text editor, specifying
  61. a search for "  " (two spaces) to be replaced by ", " (a comma and
  62. a space).
  63.      The CurveFit file naming convention will only accept .DAT
  64. files for its data.  Therefore, no matter what extension you give
  65. XY2CF's outfile name, XY2CF will assign it a .DAT extension.  Since
  66. there's always the chance you may be working with a backup
  67. CurveFits data file, with say an extension of .BAK or .OLD, CF2XY
  68. does not assume a default extension and it must be supplied.  For
  69. example:
  70.  
  71.      XY2CF DATAPTS.XY DATAPTS.$$$
  72.  
  73.      ... will write to the file DATAPTS.DAT, no matter what,
  74. including even if the file already exists!
  75.  
  76.      To view a CurveFits file, simply type, for example:
  77.  
  78.      CF2XY INPUT1.DAT
  79.  
  80.      ... and enter a blank for the output file name.  The data will
  81. dump to the screen.  Also,
  82.  
  83.      CF2XY INPUT1.DAT PRN
  84.  
  85.      ... will dump to the printer.
  86.  
  87. Registering:
  88. ~~~~~~~~~~~~
  89.      You are not required to register the CF&XY utilities
  90. separately from CurveFits' registration.
  91.  
  92. The Credits:
  93. ~~~~~~~~~~~~
  94.      CF2XY and XY2CF were compiled using Borland Turbo Pascal 6.0 and
  95. compressed using PKLITE.  Turbo Pascal is a trademark of Borland
  96. International, Inc.  PKLITE is a trademark of PKWARE, Inc.
  97.  
  98. CurveFits 427 is (c) 1994 John Arkins. CurveFits 315A is (c) 1993 John Arkins.
  99. CF2XY and XY2CF and this documentation are (c) 1993,1994 Nathan Chaffee.
  100.  
  101.  
  102.           
  103.